Conversation
…ech#35, elliottech#36, elliottech#87, elliottech#123, elliottech#131) * ws_client: ignore non-dict JSON messages to fix crash on heartbeats (elliottech#123) * models: allow null margin fractions in Trade (elliottech#15) * models: allow null pool metrics in PublicPoolInfo (elliottech#35) * setup: relax urllib3 cap to < 3 (elliottech#21) * signer_client: add slippage-protected stop-loss and take-profit orders (elliottech#36) * signer_client: warn when order_expiry is under 4 minutes away (elliottech#87) * signer_client: add parse_send_tx_response helper (elliottech#131) Signed-off-by: bvvvp009 <smartcrypto0@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ws_client: ignore non-dict JSON messages to fix crash on heartbeats (Bug: on_message_async crashes on non-object JSON messages (e.g. heartbeats) #123)
models: allow null margin fractions in Trade (Bug: ValidationError in Trade model - taker_initial_margin_fraction_before field doesn't allow None values #15)
models: allow null pool metrics in PublicPoolInfo (AccountApi.account raises Exception #35)
setup: relax urllib3 cap to < 3 (urllib3 version limitation #21)
signer_client: add slippage-protected stop-loss and take-profit orders (Stop-loss orders failing due to excessive slippage #36)
signer_client: warn when order_expiry is under 4 minutes away (about order_expiry #87)
signer_client: add parse_send_tx_response helper (Failed orders tell nothing in response #131)